home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / demo / Mhtrs51 / _SETUP.1 / Rescher.exe / 0 / RCDATA / TQRSTANDARDPREVIEW / TQRSTANDARDPREVIEW.txt
Text File  |  2000-04-15  |  24KB  |  512 lines

  1. object QRStandardPreview: TQRStandardPreview
  2.   Left = 251
  3.   Top = 220
  4.   Width = 652
  5.   Height = 579
  6.   Caption = 'Print Preview'
  7.   ParentFont = True
  8.   KeyPreview = True
  9.   Position = poScreenCenter
  10.   ShowHint = True
  11.   OnClose = FormClose
  12.   OnCreate = FormCreate
  13.   OnKeyDown = FormKeyDown
  14.   OnResize = FormResize
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object QRPreview: TQRPreview
  18.     Left = 0
  19.     Top = 28
  20.     Width = 644
  21.     Height = 505
  22.     HorzScrollBar.Tracking = True
  23.     VertScrollBar.Tracking = True
  24.     Align = alClient
  25.     TabOrder = 0
  26.     OnPageAvailable = QRPreviewPageAvailable
  27.     OnProgressUpdate = QRPreviewProgressUpdate
  28.     PageNumber = 1
  29.     Zoom = 218
  30.   end
  31.   object StatusBar: TStatusBar
  32.     Left = 0
  33.     Top = 533
  34.     Width = 644
  35.     Height = 19
  36.     Panels = <
  37.       item
  38.         Alignment = taRightJustify
  39.         Text = '0%'
  40.         Width = 40
  41.       end
  42.       item
  43.         Text = 'Page'
  44.         Width = 50
  45.       end>
  46.     SimplePanel = False
  47.   end
  48.   object ToolBar1: TToolBar
  49.     Left = 0
  50.     Top = 0
  51.     Width = 644
  52.     Height = 28
  53.     AutoSize = True
  54.     BorderWidth = 2
  55.     Flat = True
  56.     Images = Images
  57.     TabOrder = 2
  58.     object ToolButton1: TToolButton
  59.       Left = 0
  60.       Top = 0
  61.       Width = 8
  62.       Height = 22
  63.       Caption = 'ToolButton1'
  64.       ImageIndex = 12
  65.       Style = tbsDivider
  66.     end
  67.     object ZoomFit: TToolButton
  68.       Left = 8
  69.       Top = 0
  70.       Width = 23
  71.       Height = 22
  72.       Hint = 'Zoom to fit'
  73.       Caption = 'ZoomFit'
  74.       Grouped = True
  75.       ImageIndex = 0
  76.       Style = tbsCheck
  77.       OnClick = ZoomToFitClick
  78.     end
  79.     object Zoom100: TToolButton
  80.       Left = 31
  81.       Top = 0
  82.       Width = 23
  83.       Height = 22
  84.       Hint = '100%'
  85.       Caption = 'Zoom100'
  86.       Grouped = True
  87.       ImageIndex = 1
  88.       Style = tbsCheck
  89.       OnClick = ZoomTo100Click
  90.     end
  91.     object ZoomToWidth: TToolButton
  92.       Left = 54
  93.       Top = 0
  94.       Width = 23
  95.       Height = 22
  96.       Hint = 'Zoom to width'
  97.       Caption = 'ZoomToWidth'
  98.       Grouped = True
  99.       ImageIndex = 2
  100.       Style = tbsCheck
  101.       OnClick = ZoomToWidthClick
  102.     end
  103.     object Separator1: TToolButton
  104.       Left = 77
  105.       Top = 0
  106.       Width = 8
  107.       Height = 22
  108.       Caption = 'Separator1'
  109.       ImageIndex = 3
  110.       Style = tbsDivider
  111.     end
  112.     object FirstPage: TToolButton
  113.       Left = 85
  114.       Top = 0
  115.       Width = 23
  116.       Height = 22
  117.       Hint = 'First page'
  118.       Caption = 'FirstPage'
  119.       ImageIndex = 3
  120.       OnClick = FirstPageClick
  121.     end
  122.     object PreviousPage: TToolButton
  123.       Left = 108
  124.       Top = 0
  125.       Width = 23
  126.       Height = 22
  127.       Hint = 'Previous page'
  128.       Caption = 'PreviousPage'
  129.       ImageIndex = 4
  130.       OnClick = PrevPageClick
  131.     end
  132.     object ToolButton2: TToolButton
  133.       Left = 131
  134.       Top = 0
  135.       Width = 23
  136.       Height = 22
  137.       Hint = 'Next page'
  138.       Caption = 'NextPage'
  139.       ImageIndex = 5
  140.       OnClick = NextPageClick
  141.     end
  142.     object LastPage: TToolButton
  143.       Left = 154
  144.       Top = 0
  145.       Width = 23
  146.       Height = 22
  147.       Hint = 'Last page'
  148.       Caption = 'LastPage'
  149.       ImageIndex = 6
  150.       OnClick = LastPageClick
  151.     end
  152.     object Separator2: TToolButton
  153.       Left = 177
  154.       Top = 0
  155.       Width = 8
  156.       Height = 22
  157.       Caption = 'Separator2'
  158.       ImageIndex = 7
  159.       Style = tbsDivider
  160.     end
  161.     object PrintSetup: TToolButton
  162.       Left = 185
  163.       Top = 0
  164.       Width = 23
  165.       Height = 22
  166.       Hint = 'Printer setup'
  167.       Caption = 'PrintSetup'
  168.       ImageIndex = 7
  169.       OnClick = PrintSetupClick
  170.     end
  171.     object Print: TToolButton
  172.       Left = 208
  173.       Top = 0
  174.       Width = 23
  175.       Height = 22
  176.       Hint = 'Print'
  177.       Caption = 'Print'
  178.       ImageIndex = 8
  179.       OnClick = PrintClick
  180.     end
  181.     object Separator3: TToolButton
  182.       Left = 231
  183.       Top = 0
  184.       Width = 8
  185.       Height = 22
  186.       Caption = 'Separator3'
  187.       ImageIndex = 9
  188.       Style = tbsDivider
  189.     end
  190.     object SaveReport: TToolButton
  191.       Left = 239
  192.       Top = 0
  193.       Width = 23
  194.       Height = 22
  195.       Hint = 'Save Report'
  196.       Caption = 'PrintSetup'
  197.       ImageIndex = 10
  198.       OnClick = SaveClick
  199.     end
  200.     object LoadReport: TToolButton
  201.       Left = 262
  202.       Top = 0
  203.       Width = 23
  204.       Height = 22
  205.       Hint = 'Load Report'
  206.       Caption = 'Print'
  207.       ImageIndex = 9
  208.       OnClick = LoadClick
  209.     end
  210.     object Separator4: TToolButton
  211.       Left = 285
  212.       Top = 0
  213.       Width = 8
  214.       Height = 22
  215.       Caption = 'Separator4'
  216.       ImageIndex = 11
  217.       Style = tbsDivider
  218.     end
  219.     object ExitButton: TSpeedButton
  220.       Left = 293
  221.       Top = 0
  222.       Width = 40
  223.       Height = 22
  224.       Caption = '&Close'
  225.       OnClick = ExitClick
  226.     end
  227.   end
  228.   object Images: TImageList
  229.     Left = 54
  230.     Top = 42
  231.     Bitmap = {
  232.       494C01010B000E00040010001000FFFFFFFFFF10FFFFFFFFFFFFFFFF424D3600
  233.       0000000000003600000028000000400000004000000001001000000000000020
  234.       0000000000000000000000000000000000000000000000000000000000000000
  235.       0000000000000000000000000000000000000000000000000000000000000000
  236.       0000000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       0000000000000000000000000000000000000000000000000000000000000000
  241.       0000000000000000000000000000000000000000000000000000000000000000
  242.       0000000000000000000000000000000000000000000000000000000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       0000000000000000000000000000000000000000000000000000000000000000
  248.       0000000000000000000000000000000000000000000000000000000000000000
  249.       0000000000000000000000000000000000000000000000000000000000000000
  250.       0000000000000000000000000000000000000000000000000000000000000000
  251.       0000000000000000000000000000000000000000000000000000000000000000
  252.       0000000000000000000000000000000000000000000000000000000000000000
  253.       0000000000000000000000000000000000000000000000000000000000000000
  254.       0000000000000000000000000000000000000000000000000000000000000000
  255.       0000000000000000000000000000000000000000000000000000000000000000
  256.       0000000000000000000000000000000000000000000000000000000000000000
  257.       0000000000000000000000000000000000000000000000000000000000000000
  258.       0000000000000000000000000000000000000000000000000000000000000000
  259.       0000000000000000000000000000000000000000000000000000000000000000
  260.       0000000000000000000000000000000000000000000000000000000000000000
  261.       0000000000000000000000000000000000000000000000000000000000000000
  262.       0000000000000000000000000000000000000000000000000000000000000000
  263.       0000000000000000000000000000000000000000000000000000000000000000
  264.       0000000000000000000000000000000000000000000000000000000000000000
  265.       0000000000000000000000000000000000000000000000000000000000000000
  266.       0000000000000000000000000000000000000000000000000000000000000000
  267.       0000000000000000000000000000000000000000000000000000000000000000
  268.       0000000000000000000000000000000000000000000000000000000000000000
  269.       0000000000000000000000000000000000000000000000000000000000000000
  270.       0000000000000000000000000000000000000000000000000000000000000000
  271.       0000000000000000000000000000000000000000000000000000000000000000
  272.       0000000000000000000000000000000000000000000000000000000000000000
  273.       0000000000000000000000000000000000000000000000000000000000000000
  274.       0000000000000000000000000000000000000000000000000000000000000000
  275.       0000000000000000000000000000000000000000000000000000000000000000
  276.       0000000000000000000000000000000000000000000000000000000000000000
  277.       0000000000000000000000000000000000000000000000000000000000000000
  278.       0000000000000000000000000000000000000000000000000000000000000000
  279.       0000000000000000000000000000000000000000000000000000000000000000
  280.       0000000000000000000000000000000000000000000000000000000000000000
  281.       0000000000000000000000000000000000000000000000000000000000000000
  282.       0000000000000000000000000000000000000000000000000000000000000000
  283.       0000000000000000000000000000000000000000000000000000000000000000
  284.       0000000000000000000000000000000000000000000000000000000000000000
  285.       0000000000000000000000000000000000000000000000000000000000000000
  286.       0000000000000000000000000000000000000000000000000000000000000000
  287.       0000000000000000000000000000000000000000000000000000000000000000
  288.       0000000000000000000000000000000000000000000000000000000000000000
  289.       0000000000000000000000000000000000000000000000000000000000000000
  290.       0000000000000000000000000000000000000000000000000000000000000000
  291.       0000000000000000000000000000000000000000000000000000000000000000
  292.       0000000000000000000000000000000000000000000000000000000000000000
  293.       0000000000000000000000000000000000000000000000000000000000000000
  294.       0000000000000000000000000000000000000000000000000000000000000000
  295.       0000000000000000000000000000000000000000000000000000000000000000
  296.       0000000000000000000000000000000000000000000000000000000000000000
  297.       0000000000000000000000000000000000000000000000000000000000000000
  298.       0000000000000000000000000000000000000000000000000000000000000000
  299.       0000000000000000000000000000000000000000000000000000000000000000
  300.       0000000000000000000000000000000000000000000000000000000000000000
  301.       0000000000000000000000000000000000000000000000000000000000000000
  302.       0000000000000000000000000000000000000000000000000000000000000000
  303.       0000000000000000000000000000000000000000000000000000000000000000
  304.       0000000000000000000000000000000000000000186300000000000000000000
  305.       0000000000000000000000000000000000000000000000000000000000000000
  306.       0000000000000000000000000000000000000000000018631863186318631863
  307.       1863186318631863000018630000000000000000000000000000000000000000
  308.       0000000000000000000000000000000000000000000000420042000000000000
  309.       0000000000001863186300000042000000000000000000000000000000000000
  310.       0000000000000000000000000000000000000000000000000000000000000000
  311.       0000000000000000000000001863000000000000000000000042004200420042
  312.       0042004200420042000000000000000000000000000000420042000000000000
  313.       0000000000001863186300000042000000000000000000000000000000000000
  314.       0000000000000000000000000000000000000000186318631863186318631863
  315.       E07FE07FE07F18631863000000000000000000000000E07F0000004200420042
  316.       0042004200420042004200000000000000000000000000420042000000000000
  317.       0000000000001863186300000042000000000000000000000000000000000000
  318.       0000000000000000000000000000000000000000186318631863186318631863
  319.       10421042104218631863000018630000000000000000FF7FE07F004200420042
  320.       0042004200420042004200000000000000000000000000420042000000000000
  321.       0000000000000000000000000042000000000000000000000000000000000000
  322.       0000000000000000000000000000000000000000000000000000000000000000
  323.       00000000000000000000000018631863000000000000E07FFF7F000000420042
  324.       0042004200420042004200420000000000000000000000420042004200420042
  325.       0042004200420042004200420042000000000000000000000000000000000000
  326.       0000000000000000000000000000000000000000186318631863186318631863
  327.       18631863186318630000186300001863000000000000FF7FE07FE07F00000000
  328.       0000000000000000000000000000000000000000000000420042000000000000
  329.       0000000000000000000000420042000000000000000000000000000000000000
  330.       0000000000000000000000000000000000000000000000000000000000000000
  331.       00000000000000001863000018630000000000000000E07FFF7FFF7FE07FFF7F
  332.       E07FFF7FE07F0000000000000000000000000000000000420000186318631863
  333.       1863186318631863186300000042000000000000000000000000000000000000
  334.       000000000000000000000000000000000000000000000000FF7FFF7FFF7FFF7F
  335.       FF7FFF7FFF7FFF7F0000186300001863000000000000FF7FE07FE07FFF7FE07F
  336.       FF7FE07FFF7F0000000000000000000000000000000000420000186318631863
  337.       1863186318631863186300000042000000000000000000000000000000000000
  338.       0000000000000000000000000000000000000000000000000000FF7F00000000
  339.       000000000000FF7F0000000000000000000000000000E07FFF7F000000000000
  340.       0000000000000000000000000000000000000000000000420000186318631863
  341.       1863186318631863186300000042000000000000000000000000000000000000
  342.       0000000000000000000000000000000000000000000000000000FF7FFF7FFF7F
  343.       FF7FFF7FFF7FFF7FFF7F00000000000000000000000000000000000000000000
  344.       0000000000000000000000000000000000000000000000420000186318631863
  345.       1863186318631863186300000042000000000000000000000000000000000000
  346.       00000000000000000000000000000000000000000000000000000000FF7F0000
  347.       0000000000000000FF7F00000000000000000000000000000000000000000000
  348.       0000000000000000000000000000000000000000000000420000186318631863
  349.       1863186318631863186300000000000000000000000000000000000000000000
  350.       00000000000000000000000000000000000000000000000000000000FF7FFF7F
  351.       FF7FFF7FFF7FFF7FFF7FFF7F0000000000000000000000000000000000000000
  352.       0000000000000000000000000000000000000000000000420000186318631863
  353.       1863186318631863186300001863000000000000000000000000000000000000
  354.       0000000000000000000000000000000000000000000000000000000000000000
  355.       0000000000000000000000000000000000000000000000000000000000000000
  356.       0000000000000000000000000000000000000000000000000000000000000000
  357.       0000000000000000000000000000000000000000000000000000000000000000
  358.       0000000000000000000000000000000000000000000000000000000000000000
  359.       0000000000000000000000000000000000000000000000000000000000000000
  360.       0000000000000000000000000000000000000000000000000000000000000000
  361.       0000000000000000000000000000000000000000000000000000000000000000
  362.       0000000000000000000000000000000000000000000000000000000000000000
  363.       0000000000000000000000000000000000000000000000000000000000000000
  364.       0000000000000000000000000000000000000000000000000000000000000000
  365.       0000000000000000000000000000000000000000000000000000000000000000
  366.       0000000000000000000000000000000000000000000000000000000000000000
  367.       0000000000000000000000000000000000000000000000000000000000000000
  368.       0000000000000000000000000000000000000000000000000000000000000000
  369.       0000000000000000000000000000000000000000000000000000000000000000
  370.       0000000000000000000000000000000000000000000000000000000000000000
  371.       0000000000000000000000000000000000000000000000000000000000000000
  372.       0000000000000000000000000000000000000000000000000000000000000000
  373.       0000000000000000000000000000000000000000000000000000000000000000
  374.       0000000000000000000000000000000000000000000000000000000000000000
  375.       0000000000000000000000000000000000000000000000000000000000000000
  376.       0000000000000000000000000000000000000000000000000000000000000000
  377.       0000000000000000000000000000000000000000000000000000000000000000
  378.       0000000000000000000000000000000000000000000000000000000000000000
  379.       0000004000000000000000000000000000000000000000000000004000000000
  380.       0000000000000000000000000000000000000000000000000040000000000000
  381.       0000000010001000000000000000000000000000000000001042000000000000
  382.       E07FE07FE07F1042000000000000000000000000000000000000000000000000
  383.       0040004000000000000000000000000000000000000000000000004000400000
  384.       0000000000000000000000000000000000000000000000000040004000000000
  385.       0000000010001000000000000000000000000000000000001042104200000000
  386.       1042104210421042000000000000000000000000000000000000000000000040
  387.       0040004000000000000000000000000000000000000000000000004000400040
  388.       0000000000000000000000000000000000000000000000000040004000400000
  389.       0000000010001000000000000000000000000000000000000000000000000000
  390.       0000000000000000000000000000000000000000000000000000000000400040
  391.       0040004000000000000000000000000000000000000000000000004000400040
  392.       0040000000000000000000000000000000000000000000000040004000400040
  393.       0000000010001000000000000000000000000000000000001042104210421042
  394.       0000000010421042000000000000000000000000000000000000004000400040
  395.       0040004000000000000000000000000000000000000000000000004000400040
  396.       0040004000000000000000000000000000000000000000000040004000400040
  397.       0040000010001000000000000000000000000000000000000000000000000000
  398.       0000000000000000000000000000000000000000000000000000000000400040
  399.       0040004000000000000000000000000000000000000000000000004000400040
  400.       0040000000000000000000000000000000000000000000000040004000400040
  401.       0000000010001000000000000000000000000000000000000000000000000000
  402.       0000000000000000000000000000000000000000000000000000000000000040
  403.       0040004000000000000000000000000000000000000000000000004000400040
  404.       0000000000000000000000000000000000000000000000000040004000400000
  405.       0000000010001000000000000000000000000000000000000000000000000000
  406.       00000000000000001002FF03FF03FF0300000000000000000000000000000000
  407.       0040004000000000000000000000000000000000000000000000004000400000
  408.       0000000000000000000000000000000000000000000000000040004000000000
  409.       0000000010001000000000000000000000000000104200000000000000000000
  410.       0000000000000000FF0310020000000010420000000000000000000000000000
  411.       0000004000000000000000000000000000000000000000000000004000000000
  412.       0000000000000000000000000000000000000000000000000040000000000000
  413.       00000000100010000000000000000000000000000000FF031002FF03FF03FF03
  414.       FF03FF03FF03FF03FF0300000000000000000000000000000000000000000000
  415.       0000000000000000000000000000000000000000000000000000000000000000
  416.       0000000000000000000000000000000000000000000000000000000000000000
  417.       0000000000000000000000000000000000000000104200000000000000000000
  418.       0000000000000000FF0310020000000010420000000000000000000000000000
  419.       0000000000000000000000000000000000000000000000000000000000000000
  420.       0000000000000000000000000000000000000000000000000000000000000000
  421.       0000000000000000000000000000000000000000000000000000000000000000
  422.       00000000000010421002FF03FF03FF0300000000000000000000000000000000
  423.       0000000000000000000000000000000000000000000000000000000000000000
  424.       0000000000000000000000000000000000000000000000000000000000000000
  425.       0000000000000000000000000000000000000000000000000000000000000000
  426.       0000000000000000104200000000000010420000000000000000000000000000
  427.       0000000000000000000000000000000000000000000000000000000000000000
  428.       0000000000000000000000000000000000000000000000000000000000000000
  429.       0000000000000000000000000000000000000000000000000000000000000000
  430.       0000000000000000000000000000000000000000000000000000000000000000
  431.       0000000000000000000000000000000000000000000000000000000000000000
  432.       0000000000000000000000000000000000000000000000000000000000000000
  433.       0000000000000000000000000000000000000000000000000000000000000000
  434.       0000000000000000000000000000000000000000000000000000000000000000
  435.       0000000000000000000000000000000000000000000000000000000000000000
  436.       0000000000000000000000000000000000000000000000000000000000000000
  437.       0000000000000000000000000000000000000000000000000000000000000000
  438.       0000000000000000000000000000000000000000100210421002104210021042
  439.       1002104210021042100210421002000000000000000000000000000000000000
  440.       0000000000000000000000000000000000001000000000000000000000000000
  441.       0000000000000000000000000000000000000000000000000000000000000000
  442.       0000000000000000000000000000000000000000104210021042000000000000
  443.       0000000000000000104210021042000000000000000000000000000000000000
  444.       0000000000000000000000000000000000001000000000000000000000000000
  445.       0000000000000000000000000000000000000000000000001000100000000000
  446.       0000000000000040000000000000000000000000100210421002000000000000
  447.       0000000000000000100210421002000000000000000000000000000000000000
  448.       0000000000000000000000000000000000001000000000000000000000000000
  449.       0000000000000000000000000000000000000000000000001000100000000000
  450.       0000000000400040000000000000000000000000104210021042000000001000
  451.       1000100000000000104210021042000000000000000000000000000000000000
  452.       0000000000000000000000000000000000001000000000000000000000000000
  453.       0000000000000000000000000000000000000000000000001000100000000000
  454.       0000004000400040000000000000000000000000100210421002000000000000
  455.       0000000000000000100210421002000000000000000000000000000000000000
  456.       0000000000000000000000000000000000001000000000000000000000000000
  457.       0000000000000000000000000000000000000000000000001000100000000000
  458.       0040004000400040000000000000000000000000104210021042000000001000
  459.       1000000000000000104210021042000000000000000000000000000000000000
  460.       0000000000000000000000000000000000001000000000001000000000000000
  461.       0000000000000000100000000000000000000000000000001000100000000040
  462.       0040004000400040000000000000000000000000100210421002000000000000
  463.       0000000000000000100210421002000000000000000000000000000000000000
  464.       0000000000000000000000000000000000001000000010001000000000000000
  465.       0000000000000000100010000000000000000000000000001000100000000000
  466.       0040004000400040000000000000000000000000104210021042000000001000
  467.       1000100000000000104210021042000000000000000000000000000000000000
  468.       0000000000000000000000000000000000001000100010001000100000000000
  469.       0000000000001000100010001000000000000000000000001000100000000000
  470.       0000004000400040000000000000000000000000100210421002000000000000
  471.       0000000000000000100210421002000000000000000000000000000000000000
  472.       0000000000000000000000000000000000001000000010001000000000000000
  473.       0000000000000000100010000000000000000000000000001000100000000000
  474.       0000000000400040000000000000000000000000104210021042000000000000
  475.       0000000000000000104210021042000000000000000000000000000000000000
  476.       0000000000000000000000000000000000001000000000001000000000000000
  477.       0000000000000000100000000000000000000000000000001000100000000000
  478.       0000000000000040000000000000000000000000100210421002104210021042
  479.       1002104210021042100210421002000000000000000000000000000000000000
  480.       0000000000000000000000000000000000001000000000000000000000000000
  481.       0000000000000000000000000000000000000000000000000000000000000000
  482.       0000000000000000000000000000000000000000000000000000000000000000
  483.       0000000000000000000000000000000000000000000000000000000000000000
  484.       0000000000000000000000000000000000000000000000000000000000000000
  485.       0000000000000000000000000000000000000000000000000000000000000000
  486.       0000000000000000000000000000000000000000000000000000000000000000
  487.       0000000000000000000000000000000000000000000000000000000000000000
  488.       0000000000000000000000000000000000000000000000000000000000000000
  489.       0000000000000000000000000000000000000000000000000000000000000000
  490.       000000000000000000000000000000000000424D3E000000000000003E000000
  491.       2800000040000000400000000100010000000000000200000000000000000000
  492.       000000000000000000000000FFFFFF0000000000000000000000000000000000
  493.       0000000000000000000000000000000000000000000000000000000000000000
  494.       0000000000000000000000000000000000000000000000000000000000000000
  495.       0000000000000000000000000000000000000000000000000000000000000000
  496.       00000000000000000000000000000000FFFFFFFFFFFF0000C007FFFF80010000
  497.       8003801F800100000001800F800100000001800F800100000001800780010000
  498.       000080038001000000008001800100008000801F80010000C000801F80010000
  499.       E001801F80010000E007CFF380010000F007FFF380010000F003FF7B80010000
  500.       F803FF8F80010000FFFFFFFFFFFF0000FFFFFFFFFFFFFFFFFFFFFFFFFFFFC007
  501.       FFFFFFFFFFFFBFEBFFFFFFFFFFFF0005FF7FF7FFEF9F6E11FE7FF3FFE79F6615
  502.       FC7FF1FFE39F0006F87FF0FFE19F618AF07FF07FE09F8014F87FF0FFE19FDFEA
  503.       FC7FF1FFE39FEFE0FE7FF3FFE79F8000FF7FF7FFEF9F8007FFFFFFFFFFFF8000
  504.       FFFFFFFFFFFFF7C0FFFFFFFFFFFFF800FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
  505.       800380038003FFFF00017FFD7FFDFFFF00014005781DE7DF07C17FFD7FFDE79F
  506.       04414005783DE71F07C17FFD7FFDE61F04C14005686DE41F07C17FFD4FE5E61F
  507.       044140050441E71F07C17FFD4FE5E79F00014005682DE7DF00017FFD7FFDFFFF
  508.       800380038003FFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000
  509.       000000000000}
  510.   end
  511. end
  512.